type google.golang.org/grpc.fmtStringer

9 uses

	google.golang.org/grpc (current package)
		server.go#L1291: 					trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1623: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1784: 		ti.tr.LazyLog(&fmtStringer{"Malformed method name %q", []any{stream.Method()}}, true)
		server.go#L1790: 			ti.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1883: 			ti.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1719: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1802: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		trace.go#L132: type fmtStringer struct {
		trace.go#L137: func (f *fmtStringer) String() string {